object OpEditDlg: TOpEditDlg Left = 200 Top = 112 BorderStyle = bsDialog Caption = 'Operation' ClientHeight = 118 ClientWidth = 233 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object RGroupOp: TRadioGroup Left = 8 Top = 8 Width = 217 Height = 65 Columns = 2 Items.Strings = ( 'Operation &OR' 'Operation &AND' 'Opertaion &XOR' 'Operation &Diff') TabOrder = 0 end object BitBtn1: TBitBtn Left = 35 Top = 84 Width = 75 Height = 25 TabOrder = 1 Kind = bkOK end object BitBtn2: TBitBtn Left = 123 Top = 84 Width = 75 Height = 25 TabOrder = 2 Kind = bkCancel end end